home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #9 / Amiga Plus CD - 2004 - No. 09.iso / amigaplus / tools / amigaos4_only / ifxlite / imagefx3 / rexx / autofx / straw.ifx.pre < prev    next >
Text File  |  2004-08-03  |  372b  |  25 lines

  1. /*
  2.  * AutoFX:  Straw.ifx.pre
  3.  *
  4.  * Straw Effect
  5.  *
  6.  * Written by Thomas Krehbiel
  7.  *
  8.  * Inputs:
  9.  *    Word(Arg(1),1) = Sequence number (?)
  10.  *    Word(Arg(1),2) = Total number of frames (N)
  11.  *
  12.  * Returns:
  13.  *    0 if successful, non-zero on failure
  14.  *
  15.  */
  16.  
  17. OPTIONS RESULTS
  18.  
  19. RequestNumber '"Straw Size:"' 15
  20. IF rc ~= 0 THEN EXIT rc
  21.  
  22. CALL SETCLIP('AutoFX_Straw', result)
  23.  
  24. EXIT
  25.